This applet provides an interface to play AU sound files. You give a list of sound files and the user can play the clips. The user can choose a clip in the list and click the play button to play it, you can play the next, the previous clip, or stop the current one. The current clip name is scrolled from right to left. You can activate the auto play if you want the first clip to be played when the applet starts.
Name |
Description |
Default |
Status |
clip1, clip2,...,clipN |
the clips locations | - |
required |
clip_name1, clip_name2,...,clip_nameN | the clips names | - | required |
play_label | the play button label | "Play" | required |
stop_label | the stop button label | "Stop" | required |
prev_label | the previous button label | "Prev" | required |
next_label | the next button label | "Next" | required |
pause | animation pause between two title scrolling frames (milliseconds) | 200 | required |
prefix | the prefix and suffix to add to the clip name to be scrolled | "" | required |
auto_play | "1" : fist clip is
played when the applet starts "0" : no clip is played on load |
1 | required |
background_color | the background color | gray | required |
background_image | the background image, repeated to fill the applet area | - | optional |
status_bar_text | the text to display in the status bar when the mouse is over | - | optional |
registration_code | the registration code | - | required |
Special notes |
* note: you can put relative URL (to target a file on your
site) or absolute (with "http://...") URL. example: relative URL: ../home/home.html absolute URL: http://www.yahoo.com * The background color format is hexadecimal format like this : blue is "#0000ff"", red is "#ff0000" ... If you want that the background color is the same as the one of the page, look at the html source file and find the balise : <body bgcolor="#00FFFF"> then copy the value, here it's "#00ffff". Use the "HexColor" applet to convert RGB color to hexadecimal color. * If you put more than one link you should set the target parameter equal to "new" otherwise you will only see the last link in your current window browser. |
Copyright 1999-2001 Taiji Software
All Rights Reserved
http://www.taijisoftware.com
support@taijisoftware.com